home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / DragDrop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  474 b   |  21 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: DragDrop.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:36:53 $ */
  9. /*
  10. *  (c) Copyright 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11. #ifndef _XmDragDrop_h
  12. #define _XmDragDrop_h
  13.  
  14. #include <Xm/DragC.h>
  15. #include <Xm/DragIcon.h>
  16. #include <Xm/DropTrans.h>
  17. #include <Xm/DragOverS.h>
  18. #include <Xm/DropSMgr.h>
  19.  
  20. #endif /* _XmDragDrop_h */
  21.